home *** CD-ROM | disk | FTP | other *** search
/ China - A Great Country …ng Tourist Spots in China / China - A Great Country in the East 3: Outstanding Tourist Spots in China.iso / index1.swf / scripts / DefineButton2_103 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2003-01-10  |  87b  |  8 lines

  1. on(rollOver){
  2.    i = 3;
  3.    with(_root.titlea)
  4.    {
  5.       gotoandstop(i);
  6.    }
  7. }
  8.